(gnus-summary-catchup): Check gnus-interactive-catchup.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 May 1994 09:11:50 +0000 (09:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 May 1994 09:11:50 +0000 (09:11 +0000)
(gnus-summary-catchup-and-exit): Likewise.

lisp/gnus.el

index b7ad1d379030099a83d84903f467f56fc8847bbc..e32eb67a36ce44cbb9687f899303f5fa8f7a3e4d 100644 (file)
@@ -3940,6 +3940,7 @@ Optional argument FOLDER specifies folder name."
 If prefix argument ALL is non-nil, all articles are marked as read."
   (interactive "P")
   (if (or quietly
+         (not gnus-interactive-catchup) ;Without confirmation?
          (y-or-n-p
           (if all
               "Do you really want to mark everything as read? "
@@ -3966,6 +3967,7 @@ If prefix argument ALL is non-nil, all articles are marked as read."
 If prefix argument ALL is non-nil, all articles are marked as read."
   (interactive "P")
   (if (or quietly
+         (not gnus-interactive-catchup) ;Without confirmation?
          (y-or-n-p
           (if all
               "Do you really want to mark everything as read? "